/* Hardscore.com - Cascading Style Sheet (hardscore.css)
   Revision 2.4.1 - configured for: 'CSS Div & simplified Table layout (XHTML1.0 Strict - validated)'
   February 2006
   Updated by:  Ornette 
   Compatible with IE6 & Mozilla */



body 	{ 
	margin-top: 1px;
	margin-bottom: 200px;
	background-color: #000000;
	color: #e7e7e7; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
		/* IE only */
		scrollbar-face-color: #1f1f1f; 
		scrollbar-highlight-color: #1f1f1f; 
		scrollbar-shadow-color: #000000; 
		scrollbar-3dlight-color: #6a6a6a; 
		scrollbar-arrow-color: #cccccc; 
		scrollbar-track-color: #2e2e2e; 
		scrollbar-darkshadow-color: #000000;
	}

a 	{
	color: #cccccc; 
	text-decoration: none;
	} 

a:visited 
	{color: #999999;}	
	
a:hover, 
a:focus 
	{color: #ffffff;}

a:active 
	{color: #cccccc;}
	


#introcolumn {}

#navcolumn {
	box-sizing: border-box;
	width: 34%; 
	float: right;
	padding-left: 5px;
	padding-right: 10px;
	}

#contentcolumn {
	box-sizing: border-box;
	width: 66%; 
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	}

#outrocolumn 
	{clear: both;}



#hardscore 	{
	margin: auto;
	width: 98%;
	border-right: #707070 1px solid; 
	border-top: #707070 1px solid; 
	border-left: #707070 1px solid; 
	border-bottom: #707070 1px solid; 
	background-color: #303030;
	background-image: url(bg.gif);
	font-size: 11px;
	text-align: center;
	}

	#header 	
		{background-color: #000000;}

	#contain	
		{padding-bottom: 25px;}

	#footer 	{
		border-top: #707070 1px solid;
		background-color: #171717;
		min-height: 31px;
		line-height: 31px;
		}



.panel	{
	display: table;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;		
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
	background-color: #010101;
	font-size: 11px;
	text-align: left;
	}

	.panel td 	{
		display: table-cell;
		border-right: #000000 1px solid; 
		border-top: #707070 1px solid; 
		border-left: #707070 1px solid; 
		border-bottom: #000000 1px solid;
		padding-left: 10px;
		padding-right: 10px;
		}

	.panelhead 	{
		display: table-row;
		background-color: #171717; 
		height: 31px; 
		}

	.panelbody	{
		display: table-row;
		background-color: #303030;
		height: 60px;
		}

		.panelbody td	{ 
			padding-top: 10px;
			padding-bottom: 10px;
			}
	
	.panelfoot	{
		display: table-row;
		background-color: #272727;
		height: 28px; 
		}
	




.titlestyle	{
	color: #8e8e8e;
	font-size: 12px;
	font-weight: bold;  
	}

.titlestyle a
	{color: #8e8e8e;}

.titlestyle a:visited 
	{color: #8e8e8e;}	

.titlestyle a:hover, 
.titlestyle a:focus 
	{color: #ffffff;}



.topicstyle a	
	{color: #ffffff;}

.topicstyle a:visited 
	{color: #cc00cc;}

.topicstyle a:hover, 
.topicstyle a:focus 
	{color: #e7b5b5;}

.topicstyle a:active 	{
	color: #ff0000; 
	text-decoration: underline;
	}



.footstyle
	{font-size: 10px;}

.footstyle a
	{font-weight: bold;}

.footstyle a:hover, 
.footstyle a:focus 
	{text-decoration: underline;} 



.copyright	 {
	color: #f6f6f6; 
	font-weight: bold;  
	letter-spacing: -1px;
	text-align: center;
	}

.copyright a {
	color: #ffffff; 
	font-size: 11px; 
	}

.copyright a:hover, 
.copyright a:focus	{
	color: #ffa700;
	text-decoration: underline;
	}

	

.bullet {	
	background-image: url(icon_bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;	
	padding-left: 18px;
	}



.posted {
	background-image: url(icon_minipost.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;	
	padding-left: 18px;
	}








